<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----footer------*/

.index_footer{
    background: url(../../images/new_images/jl103.png) no-repeat center/cover;
    width: 100%;
    min-height: 380px;
    color: #fff;
    font-size: 16px;
 
}
.index_footer .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 40px 0 10px;
}
.index_footer .container .footer-item{
    height: 100%;
    display: flex;
    flex-direction: column;

}
.index_footer_l ,.index_footer_r{
    flex: 2;

}
.index_footer_c{
   min-height: 250px;
    flex: 1;
    flex-direction: row !important;
}
.index_footer_l h2{
    color: #F8A230;
    font-size: 20px;
}
.index_footer_l div{
    margin-top: 36px;
}
.index_footer_l div p{
  margin-top: 15px;
}
.index_footer_r{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2%;
}
.index_footer_r h1{
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding-left: 90px;
}
.index_footer_r div{
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}
.index_footer_r span{
    width: 120px;
    display: inline-block;
    text-align: right;
}
.index_footer_r input{
    width: 80%;
    height: 36px;
   padding-left: 5px;
    color: #333 !important;
}
.index_footer_r_btn{
    cursor: pointer;
    width: 78% !important;
    background-color: #f8a230;
    height: 40px;
    display: flex;
    margin-left: 110px;
    justify-content: center;
    align-items: center;
}
.index_footer_c{
    display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
    border-left: 0.5px solid #fff;
    border-right: 0.5px solid #fff;
    padding: 0 20px ;
    height: 100%;
}
.index_footer_c a{
    color: #fff;
    width: 50%;
    margin-top: 15px;
    text-align: center;
}
.index_copyright{
    margin-top: 20px;
    border-top: 0.5px solid #fff;
}
.index_copyright p{
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,0.6);
    padding-bottom: 20px;
}

</pre></body></html>